Click or drag to resize

ResourceSendChunked Property

Gets or sets a value indicating whether to send data in segments to the Internet resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public bool SendChunked { get; set; }

Property Value

Type: Boolean
Remarks
Recommend value for .NET Compact Framework applications is true.
See Also